/*reset*/
body{
    color: #333;
    font-family: "宋体",Arial,Helvetica,sans-serif;
}
body, div, dl, dt, dd, ul, ol, li,h1,h2,h3,h4,h5,h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
a{
    position: relative;
    color: #333;
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
fieldset, img, iframe {
    border: 0;
}
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}
select {
    margin: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
}
hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}
address, caption, cite, code, dfn, em, th, var {
    font-weight: normal;
    font-style: normal;
}
abbr, acronym {
    border: 0;
}
q:before, q:after {
    content: ”;
}





/*通用*/
.g-wrap{
    width: 100%;
    min-width: 1100px;
    color: #333;
}
.w-ct{
    width: 1100px;
    margin: 0 auto;
}
.f-fl-l{
    float: left;
}
.f-fl-r{
    float: right;
}
.f-cl:after{
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
p{
    font-size: 14px;
}
.f-txt-of{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/*hd-top*/
.g-wrap-hdtop{
    height: 30px;
    color: #fff;
    background: #222;
}
.g-wrap-hdtop p,
.g-wrap-hdtop p>a{
    color: #fff;
    line-height: 30px;
    font-size: 12px;
}
/*logo,
导航*/
.g-hd{
    height: 105px;
}
.m-hd{
    height: 100px;
}

.m-hd-b{
    display: block;
    width: 100%;
    height: 5px;
    background: #cd2620;
}
.m-logo{
    float: left;
}

.m-nav{
    float: right;
    margin-right: 10px;
}
.nav>li{
    position: relative;
    float: left;
    padding: 0 5px;
    z-index: 5;
}
.nav>li>a{
    position: relative;
    display: block;
    padding: 46px 32px 36px;
    font-size: 16px;
    color: #333;
}
.nav>li>a>img{
    display: none;
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -11px;
}
.nav>li>.active img,
.nav>li:hover img{
    display: block;
}
.nav>li:hover .nav-sub{
    display: block;
}
.nav-sub{
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    padding-top: 5px;
    z-index: 10;
}
.nav-sub>li{
    margin-bottom: 2px;
}
.nav-sub>li>a{
    display: block;
    line-height: 20px;
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #cd2620;
}
.nav-sub>li>a:hover{
    padding: 7px 10px;
    background: #555;
}

/*幻灯*/
.g-ban{
    position: relative;
    height: 600px;
    z-index: 1;
}
.m-sld{
    position: relative;
    height: 600px;
    overflow: hidden;
    z-index: 1;
}
.m-sld-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
}
.m-sld-banner>b{
    float: left;
    width: 20%;
    height: 100%;
}
.m-ban-switch{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100px;
    margin-top: -50px;
    z-index: 5;
}
.m-ban-switch>a{
    position: absolute;
    top: 0;
    display: block;
    width: 36px;
    height: 100px;
}
.m-ban-switch>a.m-switch-l{
    left: 30px;
    background: no-repeat url(../images/switch_l.png);
}
.m-ban-switch>a.m-switch-l:hover{
    background: no-repeat url(../images/switch_l_hov.png);
}
.m-ban-switch>a.m-switch-r{
    right: 30px;
    background: no-repeat url(../images/switch_r.png);
}
.m-ban-switch>a.m-switch-r:hover{
    background: no-repeat url(../images/switch_r_hov.png);
}
.m-sld-dot{
    display: none;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -55px;
    z-index: 30;
}
.m-sld-dot>a{
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background: no-repeat url(../images/dot.png);
}
.m-sld-dot>a:hover, .m-sld-dot>a.active{
    background: no-repeat url(../images/dot_hov.png);
}


/*bd*/
.m-tit{
    height: 145px;
}

.u-more{
    display: block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    color: #333;
    text-align: center;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ddd;
}
.u-more:hover{
    color: #fff;
    background: #cd2620;
    border: 1px solid #cd2620;
}
/*关于我们*/
.w-wrap-ab{
    padding-bottom: 55px;
}
.m-ab-ct{
    position: relative;
    height: 400px;

}
.m-ab-ct>.tit{
    height: 100px;
    color: #fff;
    background: #cd2620;
}
.m-ab-ct>.tit>h2{
    padding: 15px 0 10px 20px;
    font-size: 28px;
    font-weight: normal;
}
.m-ab-ct>.tit>p{
    padding-left: 20px;
    font-size: 12px;
}
.m-ab-txt{
    width: 100%;
    height: 300px;
    background: #eee;
}
.m-ab-txt>.txt{
    width: 400px;
    line-height: 25px;
    padding: 25px 40px 0 20px;
    font-size: 12px;
}
.m-ab-txt>.u-more{
    margin: 20px 0 0 20px;
}
.m-ab-list{
    position: absolute;
    top: 30px;
    right: 0;
    width: 660px;
    height: 370px;
}
.m-ab-list>li{
    position: relative;
    width: 25%;
    height: 100%;
}
.m-ab-list>li>img{
    width: 100%;
    height: 100%;
}
.m-ab-list>li:hover .mask{
    display: block;
}
.m-ab-list>li>.mask{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeat url(../images/bg_mask.png);
}
.m-ab-list>li>.mask>p{
    margin-top: 140px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.m-ab-list>li>.mask>a{
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    margin-top: 16px;
    background: no-repeat url(../images/mask_more.png);
}
.m-ab-list>li>.mask>a:hover{
    background: no-repeat url(../images/mask_more_hov.png);
}
/*产品展示*/
.w-wrap-pro{
    position: relative;
    height: 720px;
    background: no-repeat center url(../images/bg_pro.png);
}
.m-pro-ct{
    position: relative;
}
.m-pro-list{
    position: relative;
    height: 530px;
    overflow: hidden;
}
.m-pro-list>ul>li{
    position: relative;
    width: 340px;
    height: 250px;
    margin: 0 13px 25px;
}
.m-pro-list>ul>li>img{
    width: 100%;
    height: 100%;
}
.m-pro-list>ul>li:hover .mask{
    display: block;
}
.m-pro-list>ul>li>.mask{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeat url(../images/bg_mask.png);
}
.m-pro-list>ul>li>.mask>a>i{
    display: block;
    width: 150px;
    height: 1px;
    margin: 0 auto;
    background: #fff;
}
.m-pro-list>ul>li>.mask>a{
    display: block;
    width: 94%;
    height: 35px;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 110px;
    padding: 0 3%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.m-pro-list>ul>li>.mask>a:hover{
    color: #cd2620;
}
.m-pro-list>ul>li>.mask>a:hover i{
    background: #cd2620;
}

.pro-switch{
    position: absolute;
    top: 0;
    right: -22px;
}
.pro-switch>a{
    display: block;
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}
.pro-switch>a.pro-switch-t{
    background: no-repeat url(../images/pro_switch_t.png);
}
.pro-switch>a.pro-switch-b{
    background: no-repeat url(../images/pro_switch_b.png);
}
.pro-switch>a.pro-switch-t:hover{
    border: 1px solid #cd2620;
    background: #cd2620 url(../images/pro_switch_t.png);
}
.pro-switch>a.pro-switch-b:hover{
    border: 1px solid #cd2620;
    background: #cd2620 url(../images/pro_switch_b.png);
}
/*新闻*/
.new-switch{
    width: 244px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.new-switch>a{
    width: 100px;
    height: 25px;
    line-height: 25px;
    margin: 0 10px;
    color: #333;
    text-align: center;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ddd;
}
.new-switch>a.active,
.new-switch>a:hover{
    color: #fff;
    background: #cd2620;
    border: 1px solid #cd2620;
}


.m-new-list{
    position: relative;
    height: 390px;
}
.m-new-list>ul{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.m-new-list>ul:first-child{
    display: block;
}
.new-list>li{
    position: relative;
    float: left;
    width: 488px;
    margin: 0 10px 20px;
    padding: 12px 20px;
    border: 1px solid #ddd; height:88px;
}
.new-list>li:hover{
    color: #fff;
    background: #cd2620;
    border: 1px solid #cd2620;
}
.new-list>li>div{
    float: left;
}
.new-list>li>div.time{
    width: 60px;
    padding: 8px 10px 13px 0;
    border-right: 1px solid #ddd;
}
.new-list>li>div.time>h2{
    width: 100%;
    font-size: 30px;
    font-weight: normal;
    text-align: right;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.new-list>li>div.time>p{
    font-size: 14px;
    text-align: right;
}
.new-list>li>div.txt{
    width: 400px;
    margin-left: 10px;
}
.new-list>li>div.txt>h2{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}
.new-list>li:hover a{
    color: #fff;
}
.new-list>li>div.txt>p{
    font-size: 12px; height:34px; line-height:18px; overflow:hidden
}
.new-list>li>i{
    display: none;
    position: absolute;
    top: 39px;
    left: -1px;
    width: 12px;
    height: 26px;
    background: no-repeat url(../images/new_hov.png);
}
.new-list>li:hover i{
    display: block;
}
.m-new>.u-more{
    margin: 0 auto;
    margin-bottom: 45px;
}

/*footer*/
.g-wrap-ft{
    height: 325px;
    background: #333;
}
.ft-cont{
    padding-top: 40px;
    padding-bottom: 45px;
    border-bottom: 1px solid #666;
}
.ft-cont>li{
    position: relative;
    width: 233px;
    height: 40px;
    padding: 20px 20px 40px 65px;
    border: 1px solid #666;
}
.ft-cont>li.add{
    margin: 0 70px;
}
.ft-cont>li>h3,
.ft-other h3{
    color: #eee;
    font-size: 16px;
    font-weight: normal;
}
.ft-cont>li>div,
.link-list>li>a{
    margin-top: 3px;
    color: #999;
    font-size: 12px;
}
.ft-cont>li>img{
    position: absolute;
    bottom: -20px;
    left: 17px;
}

.ft-other{
    padding-top: 25px;
}
.ft-link{
    width: 662px;
}
.link-list{
    margin-top: 5px;
    margin-left: 20px;
}
.link-list>li>img{
    margin-right: 5px;
    vertical-align: middle;
}
.link-list>li>a{
    margin-right: 40px;
}
.ft-code img{
    width: 96px;
    height: 96px;
}
.ft-code{
   
}

/*版权信息*/
.g-wrap-cprt{
    height: 59px;
    color: #ddd;
    background: #000;
}
.g-ft-cprt>p{
    line-height: 30px;
    font-size: 12px;
}
.g-ft-cprt>p a{
    display: inline-block;
    width: 110px;
    height: 16px;
}
.g-ft-cprt>p a.weiling{
    background: no-repeat url(../images/weiling_1.png);
}
.g-ft-cprt>p a.wangshang{
    background: no-repeat url(../images/wangshang_1.png);
}
.g-ft-cprt>p a.weiling:hover{
    background: no-repeat url(../images/weiling_2.png);
}
.g-ft-cprt>p a.wangshang:hover{
    background: no-repeat url(../images/wangshang_2.png);
}

/*page*/
.p-ban{
    height: 290px;
}
.p-bd{
    padding: 30px 0 60px;
}
.p-bd-l,
.p-bd-r{
    float: left;
}
.p-bd-l{
    width: 265px;
}
/*p-l菜单*/
.p-menu{
    margin-bottom: 50px;
}
.p-menu:first-child{
    border-bottom: 6px solid #ddd;
}
.p-menu-tit{
    width: 100%;
    height: 100px;
    background: no-repeat url(../images/p_menu_tit.png);
}
.p-menu-tit>h2{
    float: left;
    line-height: 100px;
    margin-left: 25px;
    color: #fff;
    font-size: 20px;
}
.p-menu-tit>p{
    float: left;
    margin-left: 10px;
    line-height: 100px;
    color: #fff;
    font-size: 14px;
}
.p-menu-tit>p>span{
    font-size: 18px;
}
.p-l-menu{
    margin-top: 2px;
}
.p-l-menu>li{
    width: 100%;
    height: 35px;
    line-height: 35px;
}
.p-l-menu>li>a{
    display: block;
    width: 85%;
    height: 100%;
    padding-left: 15%;
    color: #555;
    font-size: 14px;
    background: #eee;
    border-top: 2px solid #fff;
}
.p-l-menu>li>a.active,
.p-l-menu>li>a:hover{
    color: #fff;
    background: #555;
}



.p-bd-r>.tit{
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    height: 55px;
    padding: 20px 0;
    width: 100%;
}
.p-bd-r>.tit>.txt{
    float: left;
}
.p-bd-r>.tit>.txt>h2{
    color: #333;
    font-size: 20px;
    line-height: 30px;
}
.p-bd-r>.tit>.txt>p{
    color: #c2c2c2;
    font-family: "Times New Roman",Times,serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
}
.p-bd-r>.tit>.txt>p>img{
    position: relative;
    top: 2px;
    margin-left: 10px;
}



/*面包屑*/
.m-crm{
    float: right;
    line-height: 55px;
    padding-right: 10px;
    color: #999;
    font-size: 12px;
}
.m-crm>img{
    position: relative;
    top: 5px;
    margin-right: 8px;
}
.m-crm>a{
    color: #999;
    padding: 0 3px;
}
.m-crm>a:hover{
    color: #333;
    text-decoration: underline;
}
.m-crm>span{
    margin: 0 3px;
}





.p-bd-r{
    width: 800px;
    margin-left: 35px;
}
.p-r-ct{
    width: 100%;
    line-height: 28px;
    margin-bottom: 60px;
    padding-top: 20px;
}

/*p-实力展示*/
.slzs-list>li{
    float: left;
    height: 215px;
    margin: 0 1% 20px;
    width: 31%;
}
.slzs-list>li>a{
    display: block;
    height: 185px;
    overflow: hidden;
    position: relative;
    width: 99%;
    border: 1px solid #ddd;
}
.slzs-list>li>a:hover+p{
    color: #c60b02;
}
.slzs-list>li>a>img{
    width: 100%;
    height: 100%;
}
.slzs-list>li>p{
    color: #555;
    height: 30px;
    line-height: 30px;
    margin: 0 4%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 92%;
}




/*p-荣誉资质*/
.honor-list>li{
    float: left;
    height: 280px;
    margin: 0 1% 20px;
    width: 23%;
}
.honor-list>li>a{
    border: 1px solid #ddd;
    display: block;
    height: 248px;
    overflow: hidden;
    position: relative;
    width: 99%;
}
.honor-list>li>a>img{
    height: 100%;
    width: 100%;
}
.honor-list>li>p{
    color: #555;
    height: 30px;
    line-height: 30px;
    margin: 0 4%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 92%;
}



/*p-新闻媒体*/
.p-new-list>li{
    border-bottom: 1px dashed #aaa;
    height: 100px;
    margin: 0 1%;
    padding: 15px 0;
    width: 98%;
}
.p-new-list>li:hover{

}
.p-new-list>li>div{
    float: left;
}
.p-new-list>li>.date{
    width: 98px;
    height: 98px;
    background: #aaa;
}
.p-new-list>li>.date>p.yue{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}
.p-new-list>li>.date>p.year{
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.p-new-list>li>.txt{
    height: 98px;
    padding: 0 2%;
    width: 650px;
    border-left: none;
    background: #eee;
}
.p-new-list>li>.txt>h1{
    margin: 5px 0 3px 0;
}
.p-new-list>li>.txt>h1>a{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.p-new-list>li>.txt>p{
    line-height: 22px;
    color: #555;
    font-size: 12px;
}
.p-new-list>li:hover{
    border-bottom: 1px dashed #b60000;
}
.p-new-list>li:hover .date{
    background: #b60000;
}
.p-new-list>li>.txt>h1:hover a{
    color: #b60000;
}


/*联系我们*/
.p-contact-ct>.cont>div{
    float: left;
    margin: 
}
.p-contact-ct>.cont{
    margin-top: 20px;
    color: #555;
    font-size: 14px
}
.p-contact-ct>.cont h2{
    color: #333;
    font-size: 16px;
}
.p-contact-ct>.cont>.add{
    width: 50%;
    margin-left: 15px;
	float:left;
}
.p-contact-ct>.cont>.ft-code{
  float:right;
}
.p-contact-ct>.cont>.ft-code>div{
    float: left;
    margin: 0 4px;
}
.p-contact-ct>.cont>.ft-code img{
    width: 120px;
    height: 120px;
}

/*百度地图*/
.iw_poi_title{
    color:#CC5522;
    font-size:14px;
    font-weight:bold;
    overflow:hidden;
    padding-right:13px;
    white-space:nowrap;
}
.iw_poi_content{
    font:12px arial,sans-serif;
    overflow:visible;
    padding-top:4px;
    white-space:-moz-pre-wrap;
    word-wrap:break-word;
}

.lxfx {
    height: auto;
    position: fixed;
    top: 60%;
    right:0px;
    width: 77px;
    z-index: 11;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-df {
    background-position: -30px -22px;
}
.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#cd2620;
    height: 56px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px;
}



.keyword_light{
    margin-bottom: 30px;
}
#newsfoot tr>td:first-child{
    padding-left: 10px;
    font-size: 14px;
    color: #555;
}
#newsfoot tr>td:first-child>a{
    color: #000;
}
#newsfoot tr>td:last-child{
    position: relative;
    top: 4px;
    left: 30px;
}

.proname{
    padding: 20px 0 5px 10px;
}















